*_download.html

Brightcells 9 years ago
parent
commit
1e620ebab6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      group/views.py

+ 1 - 1
group/views.py

@@ -998,7 +998,7 @@ def group_photo_detail(request, photo_id):
998 998
 
999 999
 
1000 1000
 def group_detail(request, group_id):
1001
-    return render(request, 'page/download.html', {})
1001
+    return render(request, 'page/{}_download.html'.format('ios' if request.iOS else 'adr'), {})
1002 1002
 
1003 1003
 
1004 1004
 class GroupInfoViewSet(viewsets.ModelViewSet):